home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11534 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: mail2news.demon.co.uk!tsys.demon.co.uk
  2. From: Tom Wheeley <tomw@tsys.demon.co.uk>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: 16bit vs. 32bit
  5. Date: Sun, 24 Mar 96 21:22:56 GMT
  6. Organization: City Zen FM
  7. Message-ID: <827702576snz@tsys.demon.co.uk>
  8. References: <4iui27$egk@news.netam.net> <4iunpm$c0n@crl.crl.com>
  9. Reply-To: tomw@tsys.demon.co.uk
  10. X-NNTP-Posting-Host: tsys.demon.co.uk
  11. X-Newsreader: Demon Internet Simple News v1.30
  12. X-Sig-By: Tomsystems Quote v1.2.  (c)1996 Tom Wheeley, tomw@tsys.demon.co.uk
  13. X-Mail2News-Path: tsys.demon.co.uk
  14.  
  15. In article <4iunpm$c0n@crl.crl.com> bobfry@crl.com "Robert Fry" writes:
  16.  
  17. > bgc@alpha.netam.net (The Bowling Green Connection) writes:
  18. > >Could someone explain, technically, what 16bit and 32bit refers to?
  19. > These are topics related to the Intel CPUs. You might get more 
  20. > information from one of the msdos-specific or intel-specific newsgroups 
  21. > (depending on your needs), but they refer to the two modes that have been 
  22. > available on the 286, 386, 486, and Pentium. In 'protected' mode (or 
  23. > 32-bit mode), pointers are 32 bits long, with an optional 16 bit segment 
  24.  
  25. No.
  26.  
  27. Protected Mode does not imply 32 bit.  Think about it: the 286 had protected
  28. mode.  f.e. Borland Pascal _only_ has 16 bit protected mode -- with the
  29. ensuing 64Kb problems.
  30.  
  31. Oh, and 16/32 bit is not an Intel-ism.  Just that the most fuss has been over
  32. the incredibly slow transition from 16 -> 32 bit in the PC world.
  33.  
  34. > compile-time switch. (Don't mix modes!). Windows NT (and Windows 95, I 
  35. > think) use protected mode for their code and libraries. Windows 3.x uses 
  36. > real (16 bit) mode. And the switch between the two modes is very slow.
  37.  
  38. Windows 3.0 can run in real mode all the time.  NT is fully 32 bit, but
  39. Windoze 95 still has large chunks of 16 bit code slowing it down with mode
  40. switches.
  41.  
  42. .splitbung
  43. -- 
  44. * TQ 1.0 * The 'Just So Quotes'.
  45. "Indeed, it would not be an exaggeration to describe the history 
  46. of the computer industry for the past decade as a massive attempt
  47. to keep up with Apple." Byte 12/94 
  48.